All Questions
8 questions
0votes
1answer
72views
Default customizer colors aren't displayed outside of the preview
I've been working on a custom theme & going through the usual rollercoaster that accompanies this particular exercise. I do find it very rewarding but what I'm looking at right now is the theme's ...
2votes
1answer
795views
How to add styles set by user in the customizer
I want my theme to be very customizable, and so far i have provided the possibility to change text and link colors to the body, plus the background color which comes by default (I'm using the ...
2votes
2answers
274views
Modify the Additional CSS section (adding a disclaimer)
I was trying to dig into this deeper, but I couldn't find any useful ways/hooks to add a little disclaimer above the Additional CSS code editor in the Wordpress Customizer. If anyone has a starting ...
0votes
2answers
587views
How to fix an issue with customizer live preview?
I am attempting to create customizable theme for my clients. The goal is to enable them to modify certain styles inside the theme customizer. I didn't want to insert customizer's variables inside ...
4votes
1answer
6kviews
Editing the custom background CSS
I have added the add_theme_support( 'custom-background'); function to my functions.php but the css added to the wp_head isn't the way I want it to be. <style type="text/css" id="custom-background-...
0votes
1answer
67views
WordPress Customization API overwrite LESS variable
I am fairly new to WordPress Developing. Currently I am developing my own theme and would like to add css LESS. Don't think this is a problem ? I was wandering if it is possible to overwrite LESS ...
1vote
1answer
333views
How to disable wordpress from overload my stylesheet styles with customizer styles
I realized that, the customizer's styles are default highest priority because they are somewhat embedded into the page. I want to store ALL styles in my .scss file which using SASS to manage CSS and ...
0votes
3answers
1kviews
Customize Option Framework
I was trying to create a Option Theme Page for my theme and I wasn't able. Today I found the Option Theme Framework but after some time I really can't understand how to use it. In particular, I'm ...